cody - HTMLify profile

cody
4270 Files
633452 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/15 - Joke Generator
* {
padding: 0;
margin: 0;
font-family: "sans";
box-sizing: border-box;
}
@font-face {
padding: 0;
margin: 0;
font-family: "sans";
box-sizing: border-box;
}
@font-face {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/joke.png" type="image/x-icon">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/joke.png" type="image/x-icon">
const jokeContainer = document.getElementById('jokeContainer');
const getJokeBtn = document.getElementById('getJokeBtn');
const API_URL = `https://v2.jokeapi.dev/joke/Any?type=single`;
getJoke();
async function getJoke() {
const getJokeBtn = document.getElementById('getJokeBtn');
const API_URL = `https://v2.jokeapi.dev/joke/Any?type=single`;
getJoke();
async function getJoke() {